• home

Tutorials

  • C++ Language: Learn this versatile and powerful programming language. Includes detailed explanations of pointers, functions, classes and templates, among others...
  • Reference

    Description of the most important classes, functions and objects of the Standard Language Library, with descriptive fully-functional short programs as examples.
    Browse the C++ Reference

    Articles

    User-contributed articles, organized into different categories.
    You can contribute your own articles!
    Browse Articles

    Latest forum activity:

    by hmoein
    A light and agile thread pool for the masses   [General C++ Programming]
     
    https://github.com/hosseinmoein/Leopard
    Aug 10, 2025 at 11:53pm
    [no replies]
    Converting Hex into dec using numeric up down control   [Windows Programming]
     
    Hi, I am trying to write a number to a file in both hex and in decimal. For example Hex 63 and dec 99. In a hex editor the values should be 63 and 99. The g...
    Aug 10, 2025 at 8:06pm
    [4 replies] Last: BCD is just a lookup table. you look up each digit of the number in b... (by jonnin)
    Sorting a listbox   [Windows Programming]
     
    Hi, I want to sort a list box values. Using the sort property. It sort of works but has some bugs. for example this is how it is displayed. Not in order....
    Aug 10, 2025 at 3:35am
    [2 replies] Last: I did a work around... I would really like to figure this out on my o... (by Cyclone)
    by Ganado
    vscode adds UTF-16 BOM to stdout [Windows]   [Lounge]
     
    Posting in lounge since this isn't directly a C++ issue. Google and GPT-whatever have failed me. In Visual Studio Code, I am attempting to run the .exe I just ...
    Aug 5, 2025 at 9:26am
    [2 replies] Last: First of all, if you want UTF-8 output from your console application, ... (by kigar64551)
    by Ganado
    Can't link kissfft library   [Windows Programming]
     
    Hi all, I am on Windows and have built kissfft from https://github.com/mborgerding/kissfft but when I try to build an actual program with it, I cannot get past...
    Aug 4, 2025 at 2:50am
    [2 replies] Last: I think it might be a link order problem. Try re-ordering the command... (by mbozzi)
    by colt
    No direct rendering when using my own Mesa lib   [UNIX/Linux Programming]
     
    Hi. I build a very simple opengl program. When I link it against the system provided libGL, I get direct rendering. However, when doing the same with my own, bu...
    Jul 30, 2025 at 5:02pm
    [1 reply] : Late answer, sorry. You need to look through the FAQ (https://docs.me... (by Duthomhas)
    by hmoein
    C++ DataFrame library   [General C++ Programming]
     
    I wanted to introduce the C++ DataFrame -- https://github.com/hosseinmoein/DataFrame -- library in this forum for the first time. C++ DataFrame is a library for...
    Jul 25, 2025 at 2:15am
    [3 replies] Last: I think all of it could fit; https://www.boost.org/doc/libs/1_75_0/doc... (by firedraco)
    NumericUpDown control not displaying a 2byte value   [Windows Programming]
     
    Hi, I am trying to read and load a value from a NUmericUpDown control. For some reason it only works up to a value of 0xFF. I need it to load a 2 byte value...
    Jul 14, 2025 at 9:48pm
    [6 replies] Last: glad to help! (by Ganado)
    Trade space for time   [Lounge]
     
    I found this interesting: https://www.youtube.com/watch?v=8JuWdXrCmWg
    Jul 10, 2025 at 1:07am
    [5 replies] Last: the process looks a great deal like what I have frequently done to con... (by jonnin)
    Building C++/CLI Project with CMake   [Windows Programming]
     
    Nevermind, I'm going to use MSBuild.
    Jul 7, 2025 at 10:53pm
    [no replies]